.ldBar {
  position: relative;
  margin-left: 7px!important; /* Change this to space radials */
  display: flex;
}

.ldBar-label {
  display: none
}

.ldBar.label-center > .ldBar-label {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-shadow: 0 0 3px #fff;
}

.ldBar.no-percent .ldBar-label:after {
  content: "";
}
